Skip to main content

ContainerLayout

The ContainerLayout class represents the layout settings for a container, including width, visibility, and padding.

Properties

NameDescription
WidthThe width of the container.
VisibleIndicates whether the container is visible.
ClientVisibleIndicates whether the container is visible to the client.
PaddingThe padding of the container.

Constructors

NameDescription
ContainerLayout()Initializes a new instance of the ContainerLayout class with default values.

Methods

NameDescription
GetDifferences(otherObj)Compares the current instance with another container layout and returns the differences.